
.main .head-tree {
  margin-top: 30px;
  width: 1160px;
  padding: 0 20px;
  background-color: #f7f8fa;
  border-bottom: 1px solid #ebebeb;
}

.main .info {
  padding: 28px 20px 0px 20px;
  width: 1160px;
}

/* 左侧菜单 */
.main .info .left .meun li {
  width: 187px;
  height: 50px;
  line-height: 50px;
  padding-left: 33px;
  border-left: none;
  background-color: #fafafa;
  color: #333333;
  cursor: pointer;
}

.main .info .left .meun li:hover {
  padding-left: 28px;
  border-left: 5px solid #4293f4;
  background-color: #ecf4fe;
  color: #4293f4;
}

.main .info .left .meun .active {
  padding-left: 28px;
  border-left: 5px solid #4293f4;
  background-color: #ecf4fe;
  color: #4293f4;
}

/* 右侧查询列表 */
.main .info .right {
  width: 910px;
}

.main .info .right .indexof {
  width: 870px;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  background-color: #fafafa;
}

.main .info .right .indexof .query {
  width: 100px;
  height: 36px;
  background-color: #4293f4;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  float: right;
  margin-top: 23px;
}

.main .info .right .indexof .input-inner {
  width: 660px;
  height: 36px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding-left: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.main .info .right .indexof .query img {
  vertical-align: middle;
}

.main .info .right .indexof .query span {
  vertical-align: middle;
}

/* 列表 */
.main .info .right .list {
  margin-top: 30px;
}

.main .info .right .list li {
  width: 870px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.main .info .right .list li:hover {
  color: #4293f4 !important;
}

/* 底部翻页 */
.main .info .right .changePage {
  margin-top: 30px;
  overflow: hidden;
}

.main .info .right .changePage .pageCount {
  float: right;
}

.main .info .right .changePage .pageCount span {
  display: inline-block;
  padding: 7px 10px;
  color: #999999;
  background-color: #f5f5f5;
  cursor: pointer;
}

.main .info .right .changePage .pageCount .active {
  background-color: #edf4fd;
  color: #4293f4;;
}

.main .info .right .changePage .pageCount .select {
  color: #ffffff;
  background-color: #4293f4;
}

.investigation-contents{
  width: 912px;
}

.investigation-contents .title{
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.investigation-contents .date{
  font-size: 16px;
  color: #999999;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
}

.investigation-contents .radios + .radios{
  border-top: 2px dotted #dddddd;
  padding-top: 20px;
}

.investigation-contents textarea{
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
}

.investigation-contents .line-input {
  font-size: 16px;
}

.investigation-contents .line-input-box {
  width: calc(100% - 209px);
  margin-left: 0px;
}

.investigation-contents .line-input .label {
  width: 163px;
}

.investigation-contents .line-input .radios .label {
  width: 120px;
}

.investigation-contents .line-input{
  margin-top: 12px;
}

.investigation-contents .bg{
  padding: 16px;
}

.line-input .w100 {
  width: 100%;
}

.line-input .w100 .value {
  width: calc(100% - 38px);
}

.sur.btns .button {
  width: 100px;
  height: 36px;
  background-color: #4293f4;
  color: #ffffff;
}

.sur.btns .outer {
  background-color: #a8b5c4;
}
